(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <stdio.h>
int sscanf()
SYNOPSIS
char * str
const char * format
...
FUNCTION
Scan the specified string and convert it into the arguments as specified by format.
INPUTS
str
The routine examines this string.
format
Format string. See scanf() for a description ... - Arguments for the result
RESULT
The number of converted parameters.
NOTES
EXAMPLE
BUGS
SEE ALSO
fscanf()
, vscanf(), vfscanf(), snscanf(), vsscanf(), vnsscanf()
INTERNALS
HISTORY
28.01.1997 digulla
Implemented scanf() functions